func internal/strconv.dboxParity32

3 uses

	internal/strconv (current package)
		ftoadbox.go#L152: 		parity, exact := dboxParity32(uint32(mant*2-1), φ, β)
		ftoadbox.go#L165: 		parity, exact := dboxParity32(mant*2, φ, β)
		ftoadbox.go#L278: func dboxParity32(mant2 uint32, phi uint64, beta int) (parity bool, isInt bool) {